home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-05-28 | 654 b | 27 lines | [TEXT/ttxt] |
- {
- Power and ground review script for Generic PCB Design Kit
- C. Dewhurst, May 13, 1996
- ©1996 Capilano Computing Systems Ltd.
-
- This script checks for:
-
- - Devices with power and ground pins
- }
- $CHECK(This script is intended only for FLAT mode designs) $PURE $PHYSICAL
- $PROGRESS $OFF
- {
- Listing defaults
- }
- $CREATEREPORT($DESIGNNAME.Power) $PROMPT
- Power and Ground Report for $DESIGNNAME on $DATE at $TIME
-
- $SIGSOURCE(Ground)
- $SIGSOURCE(Plus5V) &Power
- $DESIGNSIGSOURCE &SigSources
- $UNSELECTEDPINS $OFF
- $FIND $SIGNALS $SIGSOURCE
- $FIND $DEVICES $NUMPINS(1)
- $SORT $DEVICES $DEVNAME
- $COMBDEVSON
- $DEVPINFORMAT $PINNUM->$SIGNAME
- $DEVICES$DEVNAME $PINS